Sandbox_EN = {
	Sandbox_Airdrop = "Air Drop",

	Sandbox_AD_DefaultAirdropCoordinates = "Using Default Airdrop Coordinates",
	Sandbox_AD_DefaultAirdropCoordinates_tooltip = "If enabled - mod will use default coordinates table; <br> If disabled - it will use AirdropPosition.ini in lua folder of Zomboid. <BR> How to make custom spawn locations - read in mod description.",

    Sandbox_AD_DefaultAirdropLootTable = "Using Default Airdrop Loot Table",
    Sandbox_AD_DefaultAirdropLootTable_tooltip = "If enabled - mod will use default loot table; <br> If disabled - it will use AirdropLootTable.ini in lua folder of Zomboid. <BR> How to make custom loot table - read in mod description.",

	Sandbox_AD_AirdropRemovalTimer = "Airdrop Removal Time",
	Sandbox_AD_AirdropRemovalTimer_tooltip = "In game hours until airdrop despawn",

	Sandbox_AD_AirdropFrequency = "Airdrop Frequency",
	Sandbox_AD_AirdropFrequency_tooltip = "Chance to spawn any airdrop every in game hour",

	Sandbox_AD_AirdropTickCheck = "Airdrop Chunk Check Tick",
	Sandbox_AD_AirdropTickCheck_tooltip = "This is the most performance important variable, impacts in how many ticks the server will WAIT to check player in area to spawn/olddespawn the airdrop (the airdrop doenst spawn if player is not reendering).",

	Sandbox_AD_AirdropDisableDespawn = "Disable Despawn",
	Sandbox_AD_AirdropDisableDespawn_tooltip = "Removes the despawn in game hours system for airdrops.",

	Sandbox_AD_AirdropDisableOldDespawn = "Disable Old Despawn",
	Sandbox_AD_AirdropDisableOldDespawn_tooltip = "Disables the despawn all airdrops system when the server/game start.",

	Sandbox_AD_AirdropConsoleDebug = "Debug Cache",
	Sandbox_AD_AirdropConsoleDebug_tooltip = "Print console debugging for cache airdrops.",

	Sandbox_AD_AirdropConsoleDebugCoordinates = "Debug Coordinates",
	Sandbox_AD_AirdropConsoleDebugCoordinates_tooltip = "Print console debugging for coordinates airdrops when spawn, disabling that you cannot know in server-console.txt when and where the airdrop spawned.",

    Sandbox_AD_SmokeFlareHorde = "Amount of zombies after using flare.",
    Sandbox_AD_SmokeFlareHorde_tooltip = "How many zombies will spawn around player after using Smoke Flare item.",

    Sandbox_AD_SmokeFlareHordeDistanceSpawn = "Distance from player to spawn zombies",
    Sandbox_AD_SmokeFlareHordeDistanceSpawn_tooltip = "At what distance zombie will spawn around player after using Smoke Flare item"
}
